name: testsPCE run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE/bin:/opt/pyenv/bin:/tmp/venv-Innl/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PYTHONHASHSEED: 228375029 env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONIOENCODING: utf-8 env PIP_EXTRA_INDEX_URL: https://gitlab.com/api/v4/projects/33090323/packages/pypi/simple env TOX_ENV_NAME: testsPCE env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE metadata pid: 31764 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE/bin/*:launch_tests.sh cmd: ./launch_tests.sh pce exit_code: 1 pytest -q transportpce_tests/pce/test01_pce.py .................... [100%] 20 passed in 111.62s (0:01:51) pytest -q transportpce_tests/pce/test02_pce_400G.py ......... [100%] 9 passed in 39.96s pytest -q transportpce_tests/pce/test03_gnpy.py ........ [100%] 8 passed in 38.57s pytest -q transportpce_tests/pce/test04_pce_bug_fix.py ..F [100%] =================================== FAILURES =================================== _______________ TransportPCEtesting.test_03_path_computation_AB ________________ self = def test_03_path_computation_AB(self): response = test_utils.transportpce_api_rpc_request('transportpce-pce', 'path-computation-request', self.path_computation_input_data) self.assertEqual(response['status_code'], requests.codes.ok) self.assertEqual('Path is calculated by PCE', response['output']['configuration-response-common']['response-message']) > self.assertEqual( 2, response['output']['response-parameters']['path-description']['aToZ-direction']['aToZ-wavelength-number']) E AssertionError: 2 != 96 transportpce_tests/pce/test04_pce_bug_fix.py:115: AssertionError --------------------------- Captured stdout teardown --------------------------- all processes killed =========================== short test summary info ============================ FAILED transportpce_tests/pce/test04_pce_bug_fix.py::TransportPCEtesting::test_03_path_computation_AB 1 failed, 2 passed in 36.64s